home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u098.dms / u098.adf / execute.me < prev    next >
Text File  |  1989-04-14  |  2KB  |  102 lines

  1. ;Nib setup file. SPL 14 MAR 89.
  2. ; Type execute Execute.Me at CLI with the current
  3. ; directory set to the location of the nib files.
  4.  
  5. ;just load your WORKBENCH from boot and enter the CLI
  6.  
  7. failat 15
  8.  
  9. echo "This will setup a disk for NIB"
  10. echo "Follow the prompts..."
  11. echo " "
  12. echo "Format disk for NIB ?"
  13. echo "  Enter F0 to format DF0:"
  14. echo "  Enter F1 to format DF1:"
  15. echo "  Enter F2 to format DF2:"
  16. echo "  Enter F3 to format DF3: or"
  17. echo "  Press return to skip"
  18. skip >nil: ?
  19.  
  20. lab f0
  21. Format drive df0: name "SS.NIB" noicons
  22. Install df0:
  23. skip
  24.  
  25. lab f1
  26. Format drive df1: name "SS.NIB" noicons
  27. Install df1:
  28. skip
  29.  
  30. lab f2
  31. Format drive df2: name "SS.NIB" noicons
  32. Install df2:
  33. skip
  34.  
  35. lab f3
  36. Format drive df3: name "SS.NIB" noicons
  37. Install df3:
  38.  
  39. lab
  40. echo " "
  41. echo "Nib files and directories are destined for drive..."
  42. echo " Enter 0,1,2,3  for DF0,DF1,DF2,DF3"
  43. echo " or HD if you edited this file for a Harddisk partition."
  44. skip >nil: ?
  45.  
  46. lab r
  47. assign NIBtempzz: ram:
  48. skip copy
  49.  
  50. ; Assign NIBtempzz: to a harddisk partition if you wish.
  51. lab hd
  52. assign NIBtempzz: HD0:
  53. skip copy
  54.  
  55. lab 0
  56. assign NIBtempzz: df0:
  57. skip copy
  58.  
  59. lab 1
  60. assign NIBtempzz: df1:
  61. skip copy
  62.  
  63. lab 2
  64. assign NIBtempzz: df2:
  65. skip copy
  66.  
  67. lab 3
  68. assign NIBtempzz: df3:
  69.  
  70. lab copy
  71. echo "Moving files..."
  72. echo " "
  73.  
  74. if not exists nibtempzz:NibData
  75. makedir nibtempzz:NibData
  76. endif
  77. copy Nib.ss nibtempzz:NibData
  78. copy Nib.title nibtempzz:NibData
  79. copy Nib.ctrl nibtempzz:NibData
  80. copy Nib.doc nibtempzz:
  81. copy Nib nibtempzz:
  82. copy Nib.info nibtempzz:
  83. copy Form.txt nibtempzz:
  84. copy Execute.Me nibtempzz:
  85.  
  86. echo "Make this a Nib boot disk?"
  87. echo "  Enter B for yes"
  88. echo "  Press return to skip"
  89. skip >nil: ?
  90.  
  91. lab b
  92. if not exists nibtempzz:s
  93. makedir nibtempzz:s
  94. copy s-s nibtempzz:s/startup-sequence
  95. copy syscon nibtempzz:system-configuration
  96. copy .info nibtempzz:
  97. endif
  98.  
  99. lab
  100. echo "DONE!"
  101.  
  102.